home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / commercial / inovatronics / candodemo / helpfiles / icons  < prev    next >
Text File  |  1994-11-17  |  3KB  |  153 lines

  1. C- ClipIconImage        |clipiconimage|
  2. F- DefaultTool            |defaulttool|
  3. F- IconHighlight        |iconhighlight|
  4. F- IconType                |icontype|
  5. C- InsertToolTypeList    |inserttooltypelist|
  6. C- LoadIcon                |loadicon|
  7. C- MakeIcon                |makeicon|
  8. C- SaveIcon                |saveicon|
  9. C- SetDefaultTool        |setdefaulttool|
  10. C- SetIconHighlight        |seticonhighlight|
  11. C- SetIconImage            |seticonimage|
  12. C- SetToolTypeList        |settooltypelist|
  13. [E]
  14.  
  15. |clipiconimage|
  16. WT ClipIconImage {IconBufferName}, {BrushBufferName} [,{AltBrushBufferName}]
  17. PL Extracts the image or images used in an
  18. PL icon, storing them as brushes so you can
  19. PL show them or save them within your
  20. PL application.
  21. PL
  22. PT SEE ALSO: 
  23. BS SetIconImage
  24. PT .
  25. ED
  26.  
  27. |defaulttool|
  28. WT {FilePath}=DefaultTool({IconBufferName})
  29. PL Returns the default tool of "Icon Name".
  30. PL This is the program to be run if a user
  31. PL double-clicks on the icon from the 
  32. PL Workbench.
  33. PL
  34. PT SEE ALSO: 
  35. BS SetDefaultTool
  36. PT .
  37. ED
  38.  
  39. |iconhighlight|
  40. WT {String}=IconHighlight({IconBufferName})
  41. PL Returns the highlight style used by the
  42. PL icon, either "COMPLEMENT", "BACKFILL", or
  43. PL "ALTIMAGE".
  44. PL 
  45. PT SEE ALSO: 
  46. BS SetIconHighlight
  47. PT .
  48. ED
  49.  
  50. |icontype|
  51. WT {String}=IconType({IconBufferName})
  52. PL Returns the icontype which can be one
  53. PL of the following:
  54. PL  "Project", "Disk", "Drawer", "Tool",
  55. PL  "NDOS", "Device", "KickStart", or
  56. PL  "Unknown"
  57. ED
  58.  
  59. |inserttooltypelist|
  60. WT InsertToolTypeList {IconBufferName}
  61. PL Types the ToolTypes of the icon into the
  62. PL current document.  See the manual for a
  63. PL full description of this command.
  64. PL
  65. PT SEE ALSO: 
  66. BS SetToolTypeList
  67. PT .
  68. ED
  69.  
  70. |loadicon|
  71. WT LoadIcon {FilePath} [,{IconBufferName} [,<loadflags>]]
  72. PL Loads an icon into a buffer.  See the
  73. PL manual for a full description of this
  74. PL command.
  75. PL
  76. PT SEE ALSO: 
  77. BS SaveIcon
  78. PT  and 
  79. BS MakeIcon
  80. PT .
  81. ED
  82.  
  83. |makeicon|
  84. WT MakeIcon {IconBufferName}, <flags>, {BrushBufferName} [,{AltBrushBufferName}]
  85. PL Creates an Icon buffer.  See the manual
  86. PL for a full description of this command.
  87. PL
  88. PT SEE ALSO: 
  89. BS SaveIcon
  90. PT  and 
  91. BS LoadIcon
  92. PT .
  93. ED
  94.  
  95. |saveicon|
  96. WT SaveIcon {IconBufferName} [,{SaveFilePath}]
  97. PL Saves an Icon buffer.  See the manual
  98. PL for a full description of this command.
  99. PL
  100. PT SEE ALSO: 
  101. BS MakeIcon
  102. PT  and 
  103. BS LoadIcon
  104. PT .
  105. ED
  106.  
  107. |setdefaulttool|
  108. WT SetDefaultTool {IconBufferName}, {ToolString}
  109. PL Sets the Default tool used by the given
  110. PL Icon.  The default tool is the program to
  111. PL be run if a user double-clicks on the icon
  112. PL from the Workbench.
  113. PL
  114. PT SEE ALSO: 
  115. BS TheDefaultTool
  116. PT .
  117. ED
  118.  
  119. |seticonhighlight|
  120. WT SetIconHighlight {IconBufferName}, <flags> [,{AltBrushBufferName}]
  121. PL This changes the highlight style of the
  122. PL icon buffer.  See the manual for a full
  123. PL description of this command.
  124. PL
  125. PT SEE ALSO: 
  126. BS IconHighlight
  127. PT .
  128. ED
  129.  
  130. |seticonimage|
  131. WT SetIconImage {IconBufferName}, {BrushBufferName} [,{AltBrushBufferName}]
  132. PL This command sets the icon's image and
  133. PL optionally its alternate image.  See the
  134. PL manual for a full description of this
  135. PL command.
  136. PL
  137. PT SEE ALSO: 
  138. BS ClipIconImage
  139. PT .
  140. ED
  141.  
  142. |settooltypelist|
  143. WT SetToolTypeList {IconBufferName}, {DocumentBufferName}
  144. PL This commands sets the tooltype list of the
  145. PL given icon buffer to the contents of the
  146. PL given document buffer.  See the manual for
  147. PL a full description of this command.
  148. PL
  149. PT SEE ALSO: 
  150. BS InsertToolTypeList
  151. PT .
  152. ED
  153.